home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / SDL / SDL-Win32-1.2.9-Complete.exe / {app} / include / SDL_name.h < prev    next >
Encoding:
C/C++ Source or Header  |  2005-08-21  |  183 b   |  12 lines

  1.  
  2. #ifndef _SDLname_h_
  3. #define _SDLname_h_
  4.  
  5. #if defined(__STDC__) || defined(__cplusplus)
  6. #define NeedFunctionPrototypes 1
  7. #endif
  8.  
  9. #define SDL_NAME(X)    SDL_##X
  10.  
  11. #endif /* _SDLname_h_ */
  12.